
BrowseDlg.frm members
=====================

Property Owner
Sets the object reference of the browse dialog's parent form. The dialog will be
modal and displayed 73 pixels to the right and 76 pixels below the upper left
corner of the owner form.

Property Prompt1
Returns/sets the text that is displayed as the first (upper) dialog prompt. This
property setting is only evaluated before the dialog opens.

Property Prompt2
Returns/sets the text that is displayed as the second (lower) dialog prompt.
ShowPrompt2 must be set to True to display this prompt. Can be set in the
SelectionChanged event while the dialog is shown.

Property ShowPrompt2
Returns/sets a value that determines whether the second (lower) dialog prompt
is visible. This property setting is only evaluated before the dialog opens.

Property RootFolder
Returns/sets the root folder in the dialog box. This property setting is only
evaluated before the dialog opens.

Property PreSelectedFolder
Returns/sets the initially selected folder in the dialog box. This property
setting is only evaluated before the dialog opens.

Property SelectedFolder
Returns the Folder object selected by the user. This property is set after the
dialog is closed by an OK button click.

Function Browse
Displays the Browse for Folder dialog box. Returns True if a folder selection
was made and the OK button was clicked, returns False if the Cancel button was
clicked or the dialog was close from the control menu.

Function FolderString
Returns the display name or path of a special shell folder specified by a
ftvSpecialFolderConstants value. Can be assigned directly to the RootFolder and
PreSelectedFolder properties.

Event SelectionChanged
Occurs when a folders selection has changed in the dialog box. Allows setting
of the Prompt2 propery.
